home *** CD-ROM | disk | FTP | other *** search
GW-BASIC | 1991-04-19 | 2.5 KB | 82 lines |
- 10 REM THANK YOU FOR YOUR SUPPORT
- 20 REM BEST WISHES
- 30 REM
- 40 PRINT
- 50 PRINT
- 60 PRINT"
- 70 PRINT" DISCLAIMER
- 80 PRINT
- 90 PRINT
- 100 PRINT" The programs are provided on an as is basis without
- 110 PRINT" warranty of any kind,
- 120 PRINT"
- 130 PRINT" expressed or implied, including but not limited to
- 140 PRINT" the implied warranties of
- 150 PRINT"
- 160 PRINT" merchantability and fitness for a particular purpose.
- 170 PRINT"
- 180 PRINT" The entire risk as to quality and performance of these
- 190 PRINT" programs rest solely
- 210 PRINT" with the user. Should any part of these programs
- 220 PRINT" prove defective, the user
- 230 PRINT"
- 240 PRINT" will assume the entire cost of all necessary repair,
- 250 PRINT" servicing,and correction.
- 260 PRINT"
- 261 PRINT " PLEASE PRESS <ENTER> TO CONTINUE
- 262 INPUT ANSWER$
- 263 IF ANSWER$ = "" THEN GOTO 270 ELSE RUN "MENU"
- 270 PRINT
- 280 CLS:PRINT"Mr. Small will not be held liable to you for any
- 290 PRINT" damages, including any
- 300 PRINT "
- 310 PRINT" lost profits, lost savings, or other incidental
- 320 PRINT" or consequential damages
- 330 PRINT"
- 340 PRINT" arising out of the use or inability to use this
- 350 PRINT" program even if Mr. SMALL
- 380 PRINT" has been advised of the possibility of such damages.
- 400 PRINT" This warranty gives you specific legal rights,and
- 410 PRINT" you may have other rights
- 430 PRINT" Which may vary from state to state.
- 450 PRINT" some states do not allow the exclusion of
- 470 PRINT" implied or consequential damages
- 480 PRINT"
- 490 PRINT" so parts of the above may not apply to you.
- 500 PRINT
- 501 PRINT "PLEASE PRESS <ENTER> TO CONTINUE
- 502 INPUT ANSWER$
- 503 IF ANSWER$="" THEN GOTO 510 ELSE THEN RUN "MENU"
- 504 PRINT
- 505 PRINT
- 506 PRINT
- 507 PRINT
- 508 PRINT
- 510 CLS:PRINT"by operating any of the above programs or using
- 520 PRINT" any part of said programs
- 540 PRINT" you acknowledge that you have read this
- 550 PRINT" agreement, understand it, and
- 570 PRINT" agree to be bound by its terms and conditions.
- 590 PRINT" You further agree that it is the complete
- 600 PRINT" and exclusive statement of
- 620 PRINT" the agreement between us, which inclusive of our
- 630 PRINT" License Agreement supersedes
- 650 PRINT" any proposal or prior agreement, oral or written,
- 660 PRINT" and any other communications
- 680 PRINT" between us.
- 720 PRINT" I WILL OFFER ABSOLUTELY NO SUPPORT TO UNREGISTERED USERS.
- 730 PRINT"
- 740 PRINT" IF YOU DO NOT CHOOSE TO REGISTER, YOU ARE COMPLETELY ON YOUR OWN!
- 750 PRINT"
- 760 PRINT" THANK YOU
- 770 PRINT"
- 780 PRINT" MR. FREDERICK XAVIER SMALL,LVN,DSD
- 790 PRINT
- 800 PRINT
- 810 PRINT
- 830 PRINT"Please press the <ENTER> Key to return to MENU"
- 840 PRINT"
- 850 INPUT ANSWER$
- 860 IF ANSWER$ = "" THEN RUN "MENU" : ELSE GOTO 70
- 870 END
-